home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
benchmarks
/
pdevtest
/
tests
/
Doit.w
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-06-17
|
165 b
|
10 lines
#!/sprite/cmds/csh -f
echo "$1 Bytes"
foreach rep (1 2 3 4 5)
pdevtest.new -M 1 >& /dev/null &
sleep 1
pdevtest.new -S -n 1000 -w -d $1
sleep 2
end